body {
  font-family: "Comic Sans Ms";
  font-size:16px;
  /* overflow-y:hidden;
  overflow-x:hidden; */

}
input{
	font-family:"Comic Sans Ms";
	font-size:24px;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  background-color: rgb(150, 200, 180);
  width: 100px;
  height: 30px;
  padding: 0;
}

.center {
  display: inline-block;
  /* margin-right: auto;
  margin-left: auto; */
}

.image {
  width: 250px;
  height: 200px;
  background-color: #fff;
  margin-left: -65px;
}

.game-table {
 /*  margin-left: auto;
  margin-right: auto; */
  font-family: "Comic Sans Ms";
  font-size: 20px;
  
}

.game-table tr {
  margin: 0;
}

.game-table td {
  margin: 0;
  margin-left: 10px;
}

.left-column {
  text-align: center;
  background-color: rgb(153,102,102);
}

.wrapper {
  position: relative;
  width: 334px;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.messagebox {
  margin-top: 30px;
  height: 200px;
  widows: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(153,102,102);
}

.commandbox {
  width: 150px;
  height: 680px;
  float: left;
  background-color: rgb(153, 102, 102);
}

.playbox {
  padding-top: 10px;
  text-align: center;
  position: relative;
  float: left;
  width: 900px;
  height: 680px;
  background-color: rgb(255, 153, 102);
  /* color: rgb(102, 0, 0); */
  
}

.questionbox {
  padding-top: 10px;
  text-align: left;
  padding-left: 80px;
}

.question {
  margin-bottom: 20px;
}

.question.red {
  border-color: rgb(255, 100, 100);
}

.answer {
  width: 300px;
  border: none;
  border-bottom: 1.5px solid #444;
  background-color: rgb(255, 255, 255);
}

.top-label {
  margin-bottom: 16px;
  font-family: "Comic Sans Ms";
  font-size: 16px;
  color: #000;
}
.yenyewe{
	/* margin-top:100px; */
	font-size:16px !important;
	position: absolute;
	left: 100px;
	top: 9px;
	width:300px;
}